Description
Wait until Elasticsearch indexing is done.
Operation id | Elasticsearch.WaitForIndexing |
Category | Services |
Label | Wait for Elasticsearch Indexing |
Requires | |
Since | 8.1 |
Parameters
Signature
Inputs | void |
Outputs | boolean |
Implementation Information
JSON Definition
{
"id" : "Elasticsearch.WaitForIndexing",
"label" : "Wait for Elasticsearch Indexing",
"category" : "Services",
"requires" : null,
"description" : "Wait until Elasticsearch indexing is done.",
"since" : "8.1",
"url" : "Elasticsearch.WaitForIndexing",
"signature" : [ "void", "boolean" ],
"params" : [ {
"name" : "refresh",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "timeoutSecond",
"description" : null,
"type" : "integer",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "waitForAudit",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "waitForBulkService",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}